[WebTech #79] CSS > 4. CSS 範例 > 4-10 動畫
CSS3 也能做動畫喔!先來看幾個例子吧:
動畫教學文:
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/css3-animations-the-hiccups-and-bugs-youll-want-to-avoid/
彈跳效果:
(1) 教學: http://www.hongkiat.com/blog/css3-bounce-effect/
(2) 範例: http://tympanus.net/codrops/2012/05/22/creating-an-animated-3d-bouncing-ball-with-css3/
搖擺的鈴鐺:
(1) http://inspectelement.com/tutorials/ring-a-bell-with-css-keyframe-animations/
翻頁效果:
(1) http://www.hongkiat.com/blog/css3-3d-transforms/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
「css keyframe」的推薦目錄:
- 關於css keyframe 在 紀老師程式教學網 Facebook 的最佳解答
- 關於css keyframe 在 紀老師程式教學網 Facebook 的精選貼文
- 關於css keyframe 在 Animation 和keyframe | 卡斯伯Blog - 前端,沒有極限 的評價
- 關於css keyframe 在 How to prevent css keyframe animation to run on page load? 的評價
- 關於css keyframe 在 [css-animations] The "via" keyframe selector #6151 - GitHub 的評價
css keyframe 在 紀老師程式教學網 Facebook 的精選貼文
[WebTech #66] CSS > 4. CSS 範例 > 4-4 視覺元件 > 4-4-3 游標、標籤、通知、評等
接下來這四個視覺元件比較簡單,所以我就一起刊出了:
游標:CSS3 允許你移到不同物體上,顯示不同游標。
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/everything-you-need-to-know-about-the-css-cursor-rule/
標籤:每篇部落格文章後,標註文章分類的標籤,也能用 CSS3 做出來。
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/tagtastic-tag-cloud-with-css-transformations/
(2) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-create-pure-css3-ticket-like-tags/
通知:類似 iPhone 上收到 Email 後,會以紅色圓圈貼在圖示右上角,告知目前有幾封未讀的小標誌。
(1) http://www.red-team-design.com/notification-bubble-css3-keyframe-animation
評等:會出現五顆星星,讓使用者對某篇文章評分的圖形。
(1) http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-create-a-rating-system-with-css-web-fonts-and-sprites/
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
css keyframe 在 [css-animations] The "via" keyframe selector #6151 - GitHub 的推薦與評價
Proposal: the via keyframe selector Problem When we write CSS keyframe animations, especially large ones, it is not uncommon that we need to ... ... <看更多>
css keyframe 在 Animation 和keyframe | 卡斯伯Blog - 前端,沒有極限 的推薦與評價
CSS 的Animation分為兩個部分,一個是決定動畫該如何跑的Keyframe,另一個是將動畫載入元素的Animation。簡單來說,就是先製作一個keyframe來決定動畫 ... ... <看更多>